home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / German.lproj / sendOptions.nib / data.classes next >
Encoding:
Text File  |  1992-06-19  |  585 b   |  51 lines

  1. Options = {
  2.     ACTIONS = {
  3.     changeView:;
  4.     revert:;
  5.     ok:;
  6.     };
  7.     OUTLETS = {
  8.     text;
  9.     textView;
  10.     optionView;
  11.     window;
  12.     form;
  13.     ok;
  14.     matrix;
  15.     popup;
  16.     menuCell;
  17.     scroll;
  18.     cancel;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. EnvelopeWell = {
  23.     SUPERCLASS = View;
  24. };
  25. SendOptions = {
  26.     ACTIONS = {
  27.     changeView:;
  28.     doUpdate:;
  29.     revert:;
  30.     checkEncrypt:;
  31.     };
  32.     OUTLETS = {
  33.     featureList;
  34.     fieldView;
  35.     needsUpdate;
  36.     window;
  37.     fieldPopUp;
  38.     fieldType;
  39.     ok;
  40.     replyView;
  41.     revert;
  42.     curSendWindow;
  43.     };
  44.     SUPERCLASS = Object;
  45. };
  46. FirstResponder = {
  47.     ACTIONS = {
  48.     };
  49.     SUPERCLASS = Object;
  50. };
  51.